 * : Thanks 1.5
 * : MSW
 *  : http://0-web.ru/


****** :
0.        : install.php
1.      
2. : /templates/_/fullstory.tpl
         :
----------------------------------
{include file="engine/modules/thanks.php"}
----------------------------------
3. : /templates/_/shortstory.tpl
         :
----------------------------------
{include file="engine/modules/thanks.php?short=1"}
----------------------------------
4.   /engine/cache/thx/
5. : /engine/modules/profile.php
   :
	$tpl->set( '{icq}', stripslashes( $row['icq'] ) );
    :
	$r_thx_num = ($row['thx_num']) ? "<br />: ".stripslashes($row['thx_num']) : "";
	$tpl->set('{thx_num}', $r_thx_num);

6. : /templates/_/userinfo.tpl
      : {thx_num}

7. :
   /engine/modules/show.full.php
   /engine/modules/show.short.php
   :
----------------------------------
'{news-id}' => $row['id']
----------------------------------
    :
----------------------------------
, '{xfields}' => $row['xfields']
----------------------------------
  : '{news-id}' => $row['id'], '{xfields}' => $row['xfields']

8.     :

 : thanks
 :    ?
: 
 : 
  :
---------------------------------


---------------------------------


******    1.4:
1.  : /engine/modules/thanks.php


******    1.0:
1.  : /engine/modules/thanks.php
2. : /templates/_/fullstory.tpl
         :
----------------------------------
{include file="engine/modules/thanks.php"}
----------------------------------
3. : /templates/_/shortstory.tpl
         :
----------------------------------
{include file="engine/modules/thanks.php?short=1"}
----------------------------------

******    1.1-1.3:
1.  : /engine/modules/thanks.php
2. :
   /engine/modules/show.full.php
   /engine/modules/show.short.php
   :
----------------------------------
'{news-id}' => $row['id']
----------------------------------
    :
----------------------------------
, '{xfields}' => $row['xfields']
----------------------------------
     : '{news-id}' => $row['id'], '{xfields}' => $row['xfields']
3.     :

 : thanks
 :    ?
: 
 : 
  :
---------------------------------


---------------------------------